New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

isotopic-distribution

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isotopic-distribution

Calculate the isotopic distribution of a molecular formula

3.4.14
latest
Version published
Weekly downloads
853
48.09%
Maintainers
4
Weekly downloads
 
Created

isotopic-distribution

NPM version npm download

Calculate the isotopic distribution of a molecular formula.

Installation

$ npm install --save isotopic-distribution

Usage

const { IsotopicDistribution } = require('isotopic-distribution');

const isotopicDistribution = new IsotopicDistribution('C10H20');
// result is ...

License

MIT

FAQs

Package last updated on 22 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts